public class PaintAction
extends com.nomagic.magicdraw.actions.MDAction
| Constructor and Description |
|---|
PaintAction(java.lang.String id,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Listens to user to interact with menu dialogue, paints elements according to their stereotypes
|
void |
updateState()
Updates state of a "Paint" button in menu dialogue.
|
accept, addAction, addPropertyChangeListener, addShotcut, addWeakPropertyChangeListener, clone, compareTo, createMenuItem, equals, getActions, getCommandKey, getDescription, getGroup, getIcon, getID, getLargeIcon, getMnemonicKey, getName, getPropertyChangeListeners, getShortcuts, getSmallIcon, hashCode, isIDGenerated, removeAction, removePropertyChangeListener, removeShortcut, removeWeakPropertyChangeListener, setActions, setDescription, setLargeIcon, setMnemonicKey, setName, setShortcuts, setSmallIcon, shallowClone, toStringpublic void updateState()
updateState in class com.nomagic.magicdraw.actions.MDActionpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class com.nomagic.magicdraw.actions.MDAction